home *** CD-ROM | disk | FTP | other *** search
- package com.opera;
-
- import java.util.Enumeration;
- import java.util.NoSuchElementException;
-
- class PluginClassLoader$2 implements Enumeration {
- // $FF: synthetic field
- private final PluginClassLoader this$0;
-
- PluginClassLoader$2(PluginClassLoader var1) {
- this.this$0 = var1;
- }
-
- public boolean hasMoreElements() {
- return false;
- }
-
- public Object nextElement() {
- throw new NoSuchElementException();
- }
- }
-